home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1997-01-30 | 8.4 KB | 159 lines |
- :Base RELNOTE.HLP
- :Title Delphi 2.0 Field Test Release Notes
- :Index Delphi 2.0 relnote=relnote.HLP
- 1 Ivory Field Test Release Notes
- 2 Introduction=WelcomeScreen
- 1 Packages
- 2 Introduction=PackageSupport
- 2 Working with Packages=Working with Packages
- 2 Why use packages?=Why use packages?
- 2 Runtime packages=Runtime packages
- 2 Using packages in an application=Using packages in an application
- 2 Deciding which runtime packages to use=Deciding which runtime packages to use
- 2 Custom packages=Custom packages
- 2 Design-time packages=Design-time packages
- 2 Installing component packages=Installing component packages
- 2 Creating and editing packages=Creating and editing packages
- 2 Creating a package=Creating a package
- 2 Editing an Existing Package=Editing an Existing Package
- 2 Understanding the Structure of a Package=Understanding the Structure of a Package
- 2 Editing .DPK Files Manually=Editing .DPK Files Manually
- 2 Compiling Packages=Compiling Packages
- 2 Inserting package-specific compiler directives in code=Inserting package-specific compiler directives in code
- 2 Using the command-line compiler=Using the command-line compiler
- 2 Package files created by a successful compilation=Package files created by a successful compilation
- 2 Deploying packages=Deploying packages
- 1 Distributed Datasets
- 2 Using Distributed Datasets=Using Distributed Datasets
- 2 Creating a database application server=Creating a database application server
- 2 Creating a server without a provider and resolver=Creating a server without a provider and resolver
- 2 Creating a server with an explicit provider and resolver=Creating a server with an explicit provider and resolver
- 2 Adjusting provider behavior=Adjusting provider behavior
- 2 Setting the maximum data block size=Setting the maximum data block size
- 2 Adjusting resolver behavior=Adjusting resolver behavior
- 2 Creating a thin client=Creating a thin client
- 2 Displaying data from a memory dataset=Displaying data from a memory dataset
- 2 Editing data associated with a memory dataset=Editing data associated with a memory dataset
- 1 Interfaces, COM and ActiveX
- 2 Interface Language Specification
- 3 Interfaces=Interfaces
- 3 Interface syntax=Interface syntax
- 3 IUnknown and inheritance=IUnknown and inheritance
- 3 Interface identification=Interface identification
- 3 Calling conventions=Calling conventions
- 3 Member visibility=Member visibility
- 3 Access specifiers=Access specifiers
- 3 Forward declarations=Forward declarations
- 3 Globally unique identifiers=Globally unique identifiers
- 3 Interface implementations=Interface implementations
- 3 Class declaration=Class declaration
- 3 Interface method implementation=Interface method implementation
- 3 Interface references=Interface references
- 3 Reference counting=Reference counting
- 3 Type compatibility=Type compatibility
- 3 Interface conversions=Interface conversions
- 3 Using assignment to obtain an interface referenc=Using assignment to obtain an interface reference
- 3 Interface querying=Interface querying
- 3 Interactions with other language features=Interactions with other language features
- 3 OLE automation Interface types=OLE automation Interface types
- 3 Dispatch interfaces=Dispatch interfaces
- 3 Dual interfaces=Dual interfaces
- 2 Using COM and Interfaces
- 3 Introduction=Using COM Interfaces in Ivory
- 3 What is an interface?=What is an interface?
- 3 A binary standard=A binary standard
- 3 New COM Classes=New COM Classes
- 3 Why use interfaces in Delphi?=Why use interfaces in Delphi?
- 3 TInterfacedObject as a base class=TInterfacedObject as a base class
- 3 Sample code using interfaces=Sample code using interfaces
- 3 COM and OLE classes in Delphi=COM and OLE classes in Delphi
- 3 The basic COM object class=The basic COM object class
- 3 Classes and type information=Classes and type information
- 3 Class Factories and class instantiation=Class Factories and class instantiation
- 3 COM class manager=COM class manager
- 3 COM Servers=COM Servers
- 3 OLE Automation=OLE Automation
- 3 Classes for connectable objects=Classes for connectable objects
- 3 About VCL ActiveX objects=About VCL ActiveX objects
- 3 Instantiating a COM class=Instantiating a COM class
- 3 Table of OLE/COM terminology=Table of OLE/COM terminology
- 2 Type Library Editor
- 3 Introduction=The Type Library Editor
- 3 Type libraries=Type libraries
- 3 The User interface=The User interface
- 3 Object list pane=Object list pane
- 3 Type library information=Type library information
- 3 Enumeration information=Enumeration information
- 3 Interface and object information=Interface and object information
- 3 Attributes page=Interface and object information
- 3 Members page for an interface=Interface and object information
- 3 Members page for a COM class=Interface and object information
- 3 Interface members=Interface members
- 3 Valid types=Valid types
- 3 Creating a new type library=Creating a new type library
- 3 Adding an interface to the type library=Creating a new type library
- 3 Adding interface members to the type library=Creating a new type library
- 3 Adding a COM class to the type library=Creating a new type library
- 3 Adding an enum to the type library=Creating a new type library
- 2 Creating Active Forms
- 3 Web delivered applications=Web delivered applications
- 3 Creating an ActiveForm=Creating an ActiveForm
- 3 Deploying the ActiveForm=Deploying the ActiveForm
- 2 COM Classes
- 3 TActiveXControl=TActiveXControl
- 3 Implementing ActiveX Control Behavior=Implementing ActiveX Control Behaviors with TActiveXControl
- 3 TActiveXControlFactory=TActiveXControlFactory
- 3 TActiveXPropertyPageFactory=TActiveXPropertyPageFactory
- 3 dispinterface IStdEvents=dispinterface IStdEvents
- 3 TFontAdapter=TFontAdapter
- 3 TFontNotifier=TFontNotifier
- 3 TPropertyPage=TPropertyPage
- 1 Creating Internet Applications
- 2 Introduction=Creating Internet Applications
- 2 Terminology and Standards=Terminology and Standards
- 2 Finding Internet standards documents=Finding Internet standards documents
- 2 URI vs. URL=URI vs. URL
- 2 An overview of HTTP server activity=An overview of HTTP server activity
- 2 Composing client requests=Composing client requests
- 2 Serving client requests=Serving client requests
- 2 Responding to client requests=Responding to client requests
- 2 Delphi web server applications=Delphi web server applications
- 2 Types of Web server applications=Types of Web server applications
- 2 Internet object overview=Internet object overview
- 2 Creating Web Server Applications=Creating Web Server Applications
- 2 Using Web modules=Using Web modules
- 2 Using the WebSession component=Using the WebSession component
- 2 Using the THTTPDispatcher component=Using the THTTPDispatcher component
- 2 Adding actions to the dispatcher=Adding actions to the dispatcher
- 2 Working with Actions=Working with Actions
- 2 Specifying a URI=Specifying a URI
- 2 Controlling program flow using dispatcher actions=Controlling program flow using dispatcher actions
- 2 Using THTTPRequest to access client request information=Using THTTPRequest to access client request information
- 2 Using properties that contain request header information=Using properties that contain request header information
- 2 Producing HTML=Producing HTML
- 2 Using THTMLPageProducer=Using THTMLPageProducer
- 2 Using THTMLQueryTableProducer=Using THTMLQueryTableProducer
- 2 Using THTMLDSTableProducer=Using THTMLDSTableProducer
- 2 Using THTTPResponse to pass information back to the client=Using THTTPResponse to pass information back to the client
- 2 Using properties that contain request header information=Using properties that contain request header information
- 2 Using the Content property=Using the Content property
- 2 Using the ContentStream property=Using the ContentStream property
- 1 Miscellaneous Enhancements
- 2 Introduction=Miscellaneous Enhancements
- 2 IDE Enhancements=IDEEnhancements
- 2 VCL Enhancements=VCLEnhancements
- 2 Graphics Enhancements=Graphics Enhancements
- 2 RTL Enhancements=RTL Enhancements
- 2 Multibyte Character Support=Multibyte Character Support
- 2 COM/ActiveX Support=COMActiveXSupport
- 2 Database Development=DatabaseDevelopment
- 2 Borland Database Engine and SQL Links Features=Borland Database Engine and SQL Links Features
- 2 Database Explorer Enhancements=Database Explorer Enhancements
- 2 Internet development features=Internetdevelopment
- 2 Compiler changes=Compilerchanges
- 2 Boolean Data Types=Boolean Data Types
- 2 Wide string types=Wide string types
- 2 Exit procedures=Exit procedures
- 2 Out parameters=Out parameters
- 2 Safecall calling convention=Safecall calling convention
-